home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / Cthangband400 / xtra / cfg / menu.cfg next >
Text File  |  1999-01-17  |  4KB  |  112 lines

  1. #
  2. # menu.cfg
  3. #
  4. # Controls format of main menu. Legal codes are:
  5. #
  6. # TITLE "string"
  7. # ITEM "string" <keycode>|"internal function" [CTRL] [HELP]
  8. # BAR
  9. #
  10. # Indentation not important, but at least one space is required between keywords (as above).
  11. #
  12.  
  13. TITLE "Cmd1"
  14.     ITEM "a  Aim a wand"                                            a
  15.     ITEM "b  Browse a book"                                        b
  16.     ITEM "c  Close a door"                                        c
  17.     ITEM "d  Drop an item"                                        d
  18.     ITEM "e  Equipment list"                                    e
  19.     ITEM "f  Fire an item"                                        f
  20.     ITEM "g  Stay still"                                            g
  21.  
  22.     ITEM "i  Inventory list"                                    i
  23.     ITEM "j  Jam a door"                                            j
  24.     ITEM "k  Destroy an item"                                    k
  25.     ITEM "l  Look around"                                        l
  26.  
  27. TITLE "Cmd2"
  28.     ITEM "m  Cast a spell"                                        m
  29.     ITEM "o  Open a door or chest"                            o
  30.     ITEM "p  Pray a prayer"                                        p
  31.     ITEM "q  Quaff a potion"                                    q
  32.     ITEM "r  Read a scroll"                                        r
  33.     ITEM "s  Search for traps/doors"                            s
  34.     ITEM "t  Take off equipment"                                t
  35.     ITEM "u  Use a staff"                                        u
  36.     ITEM "v  Throw an item"                                        v
  37.     ITEM "w  Wear/wield equipment"                            w
  38.     ITEM "z  Zap a rod"                                            z
  39.  
  40. TITLE "Cmd3"
  41.     ITEM "A  Activate an artifact"                            A
  42.     ITEM "B  Bash a door"                                        B
  43.     ITEM "C  Character description"                            C
  44.     ITEM "D  Disarm a trap"                                        D
  45.     ITEM "E  Eat some food"                                        E
  46.     ITEM "F  Fuel your lantern/torch"                        F
  47.     ITEM "G  Gain new spells/prayers"                        G
  48.     ITEM "I  Observe an item"                                    I
  49.     ITEM "L  Locate player on map"                            L
  50.     ITEM "M  Full dungeon map"                                    M
  51.     ITEM "Q  Quit (commit suicide)"                            Q
  52.     ITEM "R  Rest for a period"                                R
  53.     ITEM "S  Toggle search mode"                                S
  54.     ITEM "T  Dig a tunnel"                                        T
  55.     ITEM "U  Use racial power"                                    U
  56.     ITEM "V  Version info"                                        V
  57.  
  58. TITLE "Cmd4"
  59.     ITEM "@  Interact with macros"                            @
  60.     ITEM "%  Interact with visuals"                            %
  61.     ITEM "&  Interact with colours"                            &
  62.     ITEM "*  Target monster or location"                    *
  63.     ITEM "(  Load screen dump"                                    (
  64.     ITEM ")  Dump screen dump"                                    )
  65.     ITEM "{  Inscribe an object"                                {
  66.     ITEM "}  Uninscribe an object"                            }
  67.     ITEM "[  Wear/Wield equipment"                            [
  68.     ITEM "]  Take off equipment"                                ]
  69.     ITEM "-  Walk (flip pickup)"                                -
  70.  
  71. TITLE "Cmd5"
  72.     ITEM "+  Dig tunnel"                                            +
  73.     ITEM "=  Set options"                                        =
  74.     ITEM ";  Walk (with pickup)"                                ;
  75.     ITEM ":  Take notes"                                            :
  76.     ITEM "\  Enter a user pref command"                        \
  77.     ITEM ",  Stay still (with pickup)"                        ,
  78.     ITEM "<  Go up staircase"                                    <
  79.     ITEM ".  Run"                                                    .
  80.     ITEM ">  Go down staircase"                                >
  81.     ITEM "/  Identify symbol"                                    /
  82.     ITEM "|  Check uniques"                                        |
  83.     ITEM "~  Check artifacts"                                    ~
  84.     ITEM "?  Help"                                                    ?
  85.  
  86. TITLE "Cmd6"
  87.     ITEM "^f  Repeat level feeling"                            CTRL f
  88.     ITEM "^Q  Quit"                                                CTRL Q
  89.     ITEM "^p  Show previous messages"                        CTRL p
  90.     ITEM "^r  Redraw the screen"                                CTRL r
  91.     ITEM "^s  Save and don't quit"                            CTRL s
  92.     ITEM "^x  Save and quit"                                    CTRL x
  93.  
  94. TITLE "Amiga"
  95.     ITEM "Draw dungeon map"                                     RAMIGA m "dungeon_map"
  96.     BAR
  97.     ITEM "Palette Requester"                                     RAMIGA r "palette_requester"
  98.     ITEM "Load Palette"                                            RAMIGA l "load_palette"
  99.     ITEM "Save Palette"                                            RAMIGA s "save_palette"
  100.     BAR
  101.     ITEM "Save highscores as ASCII"                            RAMIGA h "export_hs"
  102.  
  103. TITLE "Help"
  104.     ITEM "General Information"                                    HELP 1
  105.     ITEM "Creating a Character"                                HELP 2
  106.     ITEM "Exploring the Dungeon"                                HELP 3
  107.     ITEM "Attacking Monsters"                                    HELP 4
  108.     ITEM "List of Commands"                                        HELP 5
  109.     ITEM "List of Options"                                        HELP 6
  110.     ITEM "Version Information"                                    HELP 7
  111.  
  112.